PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextSearchOptions Class
Fields


In This Topic
    PDFTextSearchOptions Class Members
    In This Topic

    The following tables list the members exposed by PDFTextSearchOptions.

    Public Constructors
    Public Fields
     NameDescription
    Public FieldAccent-insensitive search, it is the default search. Can be combined with WHOLE_WORD_SEARCH and CASE_INSENSITIVE_SEARCH or CASE_SENSITIVE_SEARCH.  
    Public FieldAccent-sensitive search. Can be combined with WHOLE_WORD_SEARCH and CASE_INSENSITIVE_SEARCH or CASE_SENSITIVE_SEARCH.  
    Public FieldCase-insensitive search, it is the default search. Can be combined with WHOLE_WORD_SEARCH and ACCENT_INSENSITIVE_SEARCH or ACCENT_SENSITIVE_SEARCH.  
    Public FieldCase-sensitive search. Can be combined with WHOLE_WORD_SEARCH and ACCENT_INSENSITIVE_SEARCH or ACCENT_SENSITIVE_SEARCH.  
    Public FieldBy default, for search purposes, two consecutive lines of text are separated by a space. If this flag is set then the whole text in the PDF page is considered to be a single line without spaces between original text lines. Can be combined with any of the options above.  
    Public FieldRegular expression search. Other flags are ignored if they are combined.  
    Public FieldWhole word search. Can be combined with CASE_INSENSITIVE_SEARCH or CASE_SENSITIVE_SEARCH.  
    Top
    See Also